home *** CD-ROM | disk | FTP | other *** search
- Path: noc.netcom.net!news
- From: Sean Palmer <sean@delta.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Is this a memory leak?
- Date: Tue, 09 Apr 1996 15:44:18 -0400
- Organization: deltaComm Development, Inc.
- Message-ID: <316ABE12.1915@delta.com>
- References: <4jv214$gv7@insosf1.netins.net> <4k114a$m5d@linet06.li.net> <4k30g4$sdo@werple.net.au>
- NNTP-Posting-Host: landspeeder.delta.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 3.0B2 (Win95; I)
-
- > Also, many prominent people involved in C++, among them Bjarne Stroustrup,
- > the language's designer, recommend using 0, not NULL, as a null pointer.
- > One of the arguments against NULL is that it is not as portable as 0; some
- > people might spell it 'Null', or 'null'.
-
- Sounds like an argument against case sensitivity to me....
-